Revision: tla--taglineescaping--0--patch-1
Archive: chth@gmx.net--tla2004
Creator: Christian Thaeter <chth@gmx.net>
Date: Wed Sep 22 06:32:13 CEST 2004
Standard-date: 2004-09-22 04:32:13 GMT
Modified-files: libarch/arch.h
New-patches: chth@gmx.net--tla2004/tla--taglineescaping--0--patch-1
Summary: added char_class_backslash to the characters which tla will escape
Keywords: 

This come together with the hackerlab fixes from
 chth@gmx.net--tla2004/hackerlab--pika-escaping-fix--0--patch-1
 chth@gmx.net--tla2004/hackerlab--pika-escaping-fix--0--patch-2

from now one the " character will NOT being escaped anymore, which makes tla more
compatible to pre-escaping versions. THIS DOES NOT IMPEDE ANY COMPATIBILITY ISSUES.
Archives from any previous version are accepted naturally and archives created with
this are more compatible with older tla versions.

IMPORTANT: for the next archive version bump use the following:
 static const int arch_escape_classes = char_class_control | char_class_space | char_class_backslash | char_class_quote | char_class_non_ascii;
 
That will escape " and ' again in a sane way
